Goto

Collaborating Authors

 visualizing cnn architecture side


Visualizing CNN architectures side by side with mxnet

#artificialintelligence

Convolutional Neural Networks can be visualized as computation graphs with input nodes where the computation starts and output nodes where the result can be read. Here the models that are provided with mxnet are compared using the mx.viz.plot_network The output node is at the top and the input node is at the bottom.